ColumnFootersRowHeaderText Property (FlexGridBase<T>)
In This Topic
Gets or sets the text for the group row header in the column footers panel.
Syntax
'Declaration
Public Overridable Property ColumnFootersRowHeaderText As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.ColumnFootersRowHeaderText = value
value = instance.ColumnFootersRowHeaderText
public virtual System.string ColumnFootersRowHeaderText {get; set;}
public read-write property ColumnFootersRowHeaderText: System.String; virtual;
public function get,set ColumnFootersRowHeaderText : System.String
public: __property virtual System.string* get_ColumnFootersRowHeaderText();
public: __property virtual void set_ColumnFootersRowHeaderText(
System.string* value
);
public:
virtual property System.String^ ColumnFootersRowHeaderText {
System.String^ get();
void set ( System.String^ value);
}
See Also